/*------------------------------------------------------------------

Project:  

Version:  

Last change:  

Assigned to:  Le Xuan Bach

Primary use:  Company

-------------------------------------------------------------------*/

/*----------------------------------------------------------------.block1-wrapbtn--

[LAYOUT]



* body

  + Header / header

  + Page Content / .page-content .name-page

        + Section Layouts / section .name-section

        ...

  + Footer / footer



-------------------------------------------------------------------*/

/*------------------------------------------------------------------

[COLOR CODES]



# Text Color      :  

# Primary Color 01:  

# Primary Color 02:   

# Primary Color 03:  



------------------------------------------------------------------*/

/*------------------------------------------------------------------

[TYPOGRAPHY]



Body            : 16px/1.6 '', Arial, sans-serif;

Title           : 18px/1.6 '', Arial, sans-serif;

Paragrap        : 18px/1.6 '', Arial, sans-serif;

Input, textarea : 14px/1.6 '', Arial, sans-serif;

-------------------------------------------------------------------*/







/*[ FONT ]

///////////////////////////////////////////////////////////

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

@font-face {

  font-family: Montserrat-Regular;

  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 

}



@font-face {

  font-family: Montserrat-Medium;

  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 

}



@font-face {

  font-family: Montserrat-Bold;

  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 

}



@font-face {

  font-family: Montserrat-Italic;

  src: url('../fonts/montserrat/Montserrat-Italic.ttf'); 

}



@font-face {

  font-family: Montserrat-Black;

  src: url('../fonts/montserrat/Montserrat-Black.ttf'); 

}



@font-face {

  font-family: Linearicons;

  src: url('../fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf'); 

}



@font-face {

  font-family: Poppins-Bold;

  src: url('../fonts/poppins/Poppins-Bold.ttf'); 

}



@font-face {

  font-family: Poppins-Black;

  src: url('../fonts/poppins/Poppins-Black.ttf'); 

}



/*[ RESTYLE TAG ]

///////////////////////////////////////////////////////////

*/

* {

  margin: 0px; 

  padding: 0px; 

  box-sizing: border-box;

}



body, html {

  height: 100%;

  font-family: Montserrat-Regular, sans-serif;

  font-weight: 400;

}



/* ------------------------------------ */

a {

  font-family: Montserrat-Regular;

  font-weight: 400;

  font-size: 15px;

  line-height: 1.7;

  color: #666666;

  margin: 0px;

  transition: all 0.4s;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

}



a:focus {

  outline: none !important;

}



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



/* ------------------------------------ */

h1,h2,h3,h4,h5,h6 {

  margin: 0px;

}



p {

  font-family: Montserrat-Regular;

  font-size: 15px;

  line-height: 1.7;

  color: #888888;

  margin: 0px;

}



ul, li {

  margin: 0px;

  list-style-type: none;

}





/* ------------------------------------ */

input {

  outline: none;

  border: none !important;

}



textarea {

  outline: none;

}



/* textarea:focus, input:focus {

  border-color: transparent !important;

} */



input:focus::-webkit-input-placeholder { color:transparent; }

input:focus:-moz-placeholder { color:transparent; }

input:focus::-moz-placeholder { color:transparent; }

input:focus:-ms-input-placeholder { color:transparent; }



textarea:focus::-webkit-input-placeholder { color:transparent; }

textarea:focus:-moz-placeholder { color:transparent; }

textarea:focus::-moz-placeholder { color:transparent; }

textarea:focus:-ms-input-placeholder { color:transparent; }



/* ------------------------------------ */

button {

  outline: none !important;

  border: none;

  background: transparent;

}



button:hover {

  cursor: pointer;

}



iframe {

  border: none !important;

}





/* ------------------------------------ */

.container {

  max-width: 1200px;

}



.slick-slide {

  outline: none !important;

}











/*[ LOADDING ]

///////////////////////////////////////////////////////////

*/

.animsition-loading-1 {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



[data-loader='ball-scale'] {

    width: 50px;

    height: 50px;

    -webkit-animation: ball-scale infinite linear .75s;

    -moz-animation: ball-scale infinite linear .75s;

    -o-animation: ball-scale infinite linear .75s;

    animation: ball-scale infinite linear .75s;

    border-radius: 100%;

    background-color: #e65540;

}



@-webkit-keyframes ball-scale {

    0% {

        -webkit-transform: scale(.1);

        -ms-transform: scale(.1);

        -o-transform: scale(.1);

        transform: scale(.1);

        opacity: 1;

    }



    100% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

        opacity: 0;

    }

}



@-moz-keyframes ball-scale {

    0% {

        -webkit-transform: scale(.1);

        -ms-transform: scale(.1);

        -o-transform: scale(.1);

        transform: scale(.1);

        opacity: 1;

    }



    100% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

        opacity: 0;

    }

}



@-o-keyframes ball-scale {

    0% {

        -webkit-transform: scale(.1);

        -ms-transform: scale(.1);

        -o-transform: scale(.1);

        transform: scale(.1);

        opacity: 1;

    }



    100% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

        opacity: 0;

    }

}



@keyframes ball-scale {

    0% {

        -webkit-transform: scale(.1);

        -ms-transform: scale(.1);

        -o-transform: scale(.1);

        transform: scale(.1);

        opacity: 1;

    }



    100% {

        -webkit-transform: scale(1);

        -ms-transform: scale(1);

        -o-transform: scale(1);

        transform: scale(1);

        opacity: 0;

    }

}



/*[ BACK TO TOP ]

///////////////////////////////////////////////////////////

*/

.btn-back-to-top {

  display: none;

  position: fixed;

  width: 40px;

  height: 40px;

  bottom: 10px;

  right: 70px;

  background-color: black;

  opacity: 0.5;

  justify-content: center;

  align-items: center;

  z-index: 1000;

  border-radius: 4px;

  transition: all 0.4s;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

}



.symbol-btn-back-to-top {

  font-size: 22px;

  color: white;

  line-height: 1em;

}



.btn-back-to-top:hover {

  opacity: 1;

  cursor: pointer;

}



@media (max-width: 576px) {

  .btn-back-to-top {

    bottom: 10px;

    right: 10px;

  }

}



/*[ Restyle Select2 ]

///////////////////////////////////////////////////////////

*/

/* Select2 */

.select2-container {

  display: block;

  max-width: 100% !important;

  width: auto !important;

}



.select2-container .select2-selection--single {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  background-color: transparent;

  border: none;

  height: 20px;

  outline: none;

  position: relative;

}



/* in select */

.select2-container .select2-selection--single .select2-selection__rendered {

  font-size: 13px;

  font-family: Montserrat-Regular;

  line-height: 20px;

  color: #ffffff;

  padding-left: 0px ;

  background-color: transparent;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

  height: 20px;

  top: 50%;

  transform: translateY(-50%);

  right: 0px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.select2-selection__arrow b {

  display: none;

}



.select2-selection__arrow:after {

  content: '';

  display: block;

  width: 5px;

  height: 5px;

  background-color: transparent;

  border-right: 1px solid #000;

  border-bottom: 1px solid #000;

  color: white;

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  margin-bottom: 2px;

  margin-right: 8px;

}
.shorting-sec {
    background: #f2f2f2;
    padding: 7px 10px;
    margin-bottom: 15px;
}
span#productShow {
    color: #000;
}
.rs2-select2.bo4.of-hidden.w-size12.m-t-5.m-b-5.m-r-10 {
    margin: 0;
    border: 1px solid #000;
}
/* dropdown option */

.select2-container--open .select2-dropdown {

  z-index: 1251;

  border: 1px solid #e5e5e5;

  border-radius: 0px;

  background-color: white;

}



.select2-container .select2-results__option[aria-selected] {

  padding-top: 5px;

  padding-bottom: 5px;

}



.select2-container .select2-results__option[aria-selected="true"] {

  background-color: #e65540;

  color: white;

}



.select2-container .select2-results__option--highlighted[aria-selected] {

  background-color: #e65540;

  color: white;

}



.select2-results__options {

  font-size: 13px;

  font-family: Montserrat-Regular;

  color: #888888;

}



.select2-search--dropdown .select2-search__field {

  border: 1px solid #aaa;

  outline: none;

  font-family: Montserrat-Regular;

  font-size: 13px;

  color: #888888;

}



/*[ rs1-select2 ]

-----------------------------------------------------------

*/

.rs1-select2 .select2-container {

  margin-left: 26px;

}



.rs1-select2 .select2-container .select2-selection--single {

  height: 20px;;

}



/*[ rs2-select2 ]

-----------------------------------------------------------

*/

.rs2-select2 .select2-container .select2-selection--single {
    height: 24px;
    border-radius: 0;
}


.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {

  line-height: 20px;

  color: #4e4e4e;

  padding-left: 22px ;

}


.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {

  right: 10px;

}



#dropDownSelect2 .select2-results__options {

  color: #555555;

}



#dropDownSelect2 .select2-search--dropdown .select2-search__field {

  color: #555555;

}







/*[ rs3-select2 ]

-----------------------------------------------------------

*/

.rs3-select2 .select2-container .select2-selection--single {

  height: 45px;

}



.rs3-select2 .select2-selection__arrow b {

  display: block;

}



.rs3-select2 .select2-selection__arrow:after {

  display: none;

}



/*[ rs4-select2 ]

-----------------------------------------------------------

*/

.rs4-select2 .select2-container .select2-selection--single {

  height: 40px;

}



.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {

  padding-left: 15px ;

}



.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {

  right: 5px;

}





/*[ Header ]

///////////////////////////////////////////////////////////

*/

.header1 {

  height: 90px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

}



.fixed-header {
    height: 110px;
/*    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;*/
}





/*[ Header Desktop ]

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/



.container-menu-header {

  width: 100%;

  top: 0 !important;

  left: 0;

  position: fixed;

  z-index: 1100;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 

}



/*[ Top bar ]

===========================================================*/

.topbar {

  height: 30px;

  background-color: #191919;

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

}





/* ------------------------------------ */



.topbar-social {

  position: absolute;

  height: 100%;

  top: 0;

  left: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  padding-left: 40px;

}



.topbar-social-item {

  font-size: 18px;

  color: #ffffff;

  padding: 10px;

}



/* ------------------------------------ */

.topbar-email,

.topbar-child1 {

  font-family: Montserrat-Regular;

  font-size: 13px;

  color: #ffffff;

  line-height: 1.7;

}



/* ------------------------------------ */

.topbar-child2 {

  position: absolute;

  height: 100%;

  top: 0;

  right: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  padding-right: 38px;

}





/*[ Menu ]

===========================================================*/

.wrap_header {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  width: 100%;

  height: 60px;

  background-color: white;

  justify-content: center;

  align-items: center;

  position: relative;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  transition: all 0.3s;

}



.fixed-header .wrap_header {

  height: 65px;

}





/*[ Logo ]

-----------------------------------------------------------*/

.logo {

  display: block;

  position: absolute;

  left: 40px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}



.logo img {

  max-height: 75px;

}





/*[ Menu ]

-----------------------------------------------------------*/

.main_menu {

  list-style-type: none;

  margin: 0px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

}



.main_menu > li {

  display: block;

  position: relative;

  padding-top: 15px;  

  padding-bottom: 15px; 

  padding-left: 15px;

  padding-right: 15px;

}



.main_menu > li > a {

  font-family: Montserrat-Regular;

  font-size: 15px;

  color: #333333;

  padding: 0;

  border-bottom: 1px solid transparent;

}



li.sale-noti > a {

  color: #e65540;

}



.main_menu > li:hover > a {

  text-decoration: none;

  border-bottom: 1px solid #333333;

}



.main_menu li {

  position: relative;

}



.main_menu > li:hover > .sub_menu {

  visibility: visible;

  opacity: 1;

}



.sub_menu {

  list-style-type: none;

  position: absolute;

  z-index: 1100;

  top:0;

  left:100%;

  width: 225px;

  background-color: #222222;

  opacity: 0;

  visibility: hidden;

  padding-top: 10px;

  padding-bottom: 10px;

  transition: all 0.4s;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

}



.main_menu > li > .sub_menu {

  top:100%;

  left: 0;

  position: absolute;

}



.sub_menu li:hover > .sub_menu {

  visibility: visible;

  opacity: 1;

} 



.sub_menu li { 

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

}



.sub_menu li, .sub_menu a {

  padding: 10px;

  font-family: Montserrat-Regular;

  font-size: 13px;

  color: white;

}



.sub_menu > li:hover > a {

  color: #e65540;

  text-decoration: none;

}



/* ------------------------------------ */

.header-icons {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  position: absolute;

  right: 52px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}



.header-wrapicon1,

.header-wrapicon2 {

  height: 27px;

  position: relative;

}



.header-wrapicon1 img,

.header-wrapicon2 img {

  height: 100%;

}



.header-icon1:hover,

.header-icon2:hover {

  cursor: pointer;

}



.header-icons-noti {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 16px;

  height: 16px;

  border-radius: 50%;

  background-color: #111111;

  color: white;

  font-family: Montserrat-Medium;

  font-size: 12px;

  position: absolute;

  top: 0;

  right: -10px;

}



.linedivide1 {

  display: block;

  height: 20px;

  width: 1px;

  background-color: #e5e5e5;

  margin-left: 23px;

  margin-right: 23px;

  margin-top: 5px;

}



/*[ Header cart ]

-----------------------------------------------------------

*/

.header-cart {

  position: absolute;

  z-index: 1100;

  width: 339px;

  top: 190%;

  right: -10px;

  padding: 20px;

  border-top: 3px solid #e6e6e6;

  background-color: white;



  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);

  

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  

  transform-origin: top right;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}



.show-header-dropdown {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}



.fixed-header .header-cart {

  top: 160%;

}



.header-cart-wrapitem {

  max-height: 270px;

  overflow: auto;

}



.header-cart-item {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  padding-bottom: 5px;

  padding-top: 5px;

}



/* ------------------------------------ */

.header-cart-item-img {

  width: 80px;

  position: relative;

  margin-right: 20px;

}



.header-cart-item-img img {

  width: 100%;

}



.header-cart-item-img::after {

  content: '\e870';

  font-family: Linearicons;

  font-size: 16px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background-color: rgba(0,0,0,0.5);

  color: white;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  opacity: 0;

}



.header-cart-item-img:hover:after {

  cursor: pointer;

  opacity: 1;

}



/* ------------------------------------ */

.header-cart-item-txt {

  width: calc(100% - 100px);

}



.header-cart-item-name {

  display: block;

  font-family: Montserrat-Regular;

  font-size: 15px;

  color: #555555;

  line-height: 1.3;

  margin-bottom: 12px;

}



.header-cart-item-info {

  display: block;

  font-family: Montserrat-Regular;

  font-size: 12px;

  color: #888888;

  line-height: 1.5;

}



.header-cart-total {

  font-family: Montserrat-Regular;

  font-size: 15px;

  color: #555555;

  line-height: 1.3;

  text-align: right;

  padding-top: 15px;

  padding-bottom: 25px;

  padding-right: 3px;

}

/* ------------------------------------ */

.header-cart-buttons {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

}



.header-cart-wrapbtn {

  width: calc((100% - 10px) / 2);

}







/*[ Header Mobile ]

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.wrap_header_mobile {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  min-height: 80px;

  padding-left: 20px;

  padding-top: 10px;

  padding-bottom: 10px;

  background-color: white;

  display: none;

}



/*[ Logo mobile ]

-----------------------------------------------------------*/

.logo-mobile {

  display: block;

}



.logo-mobile img {

  max-height: 27px;

}



/*[ btn show menu ]

-----------------------------------------------------------*/

.btn-show-menu {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  height: 100%;

  justify-content: center;

  align-items: center;

}



.hamburger {

  -webkit-transform: scale(0.8);

  -moz-transform: scale(0.8);

  -ms-transform: scale(0.8);

  -o-transform: scale(0.8);

  transform: scale(0.8);

  margin-top: 5px;

}





/*[ Header icon mobile ]

-----------------------------------------------------------*/

.header-icons-mobile {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  margin-right: 15px;

}

.linedivide2 {

  display: block;

  height: 20px;

  width: 1px;

  margin-left: 10px;

  margin-right: 10px;

  margin-top: 5px;

}



.header-icons-mobile .header-cart {

  width: 300px;

  top: 190%;

  right: -80px;  

  z-index: 1100;

  transform-origin: top right;

}



/*[ Menu mobile ]

-----------------------------------------------------------*/

.wrap-side-menu {

  width: 100%;

  background-color: white;

  display: none;

  border-top: 1px solid #ececec;

}



.side-menu {

  width: 100%;

}



.side-menu li {

  list-style-type: none;

}



.side-menu .main-menu {margin-bottom: 0;}



.item-menu-mobile {

  background-color: #e65540;

}



.side-menu .main-menu > li > a {

  padding-left: 20px;

  font-family: Montserrat-Regular;

  font-size: 15px;

  color: white;

  line-height: 2.86;

}



.side-menu .main-menu > li {

  color: white;

  position: relative;

}





.side-menu .main-menu .arrow-main-menu {

  font-size: 14px;

  position: absolute;

  right: 20px;

  top: 5px;

  padding: 10px;

  -webkit-transition: all 0.4s !important;

  -o-transition: all 0.4s !important;

  -moz-transition: all 0.4s !important;

  transition: all 0.4s !important;

}



.side-menu .main-menu .arrow-main-menu:hover {

  cursor: pointer;

}



.turn-arrow {

  -webkit-transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  transform: rotate(90deg);

}



.side-menu .sub-menu a {

  padding-left: 20px;

  font-family: Montserrat-Regular;

  font-size: 13px;

  color: #333333;

  line-height: 2.5;

}



.side-menu .sub-menu > li {

  padding-left: 12px;

  padding-top: 

}



.side-menu .sub-menu a:hover {

  text-decoration: none;

  padding-left: 20px;

  color: #e65540 !important;

}



.side-menu .sub-menu {

  background-color: white;

  display: none;

}



@media (min-width: 992px){

  .wrap-side-menu {

    display: none;

  }

}



/* ------------------------------------ */

.item-topbar-mobile {

  border-bottom: 1px solid #ececec;

}



.topbar-child2-mobile {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

}



.topbar-social-moblie {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

}





/*[ Header2 ]

///////////////////////////////////////////////////////////

*/

.topbar2 {

  background-color: #fff;

  position: relative;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

}



/* ------------------------------------ */

.logo2 {

  display: block;

}



.logo2 img {

  max-height: 27px;

}



.fixed-header2 {

  z-index: 1300;

  position: fixed;

  height: 65px;

  left: 0;

  top: -70px;

  visibility: hidden;



  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);

  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2); 

}



.fixed-header2 .header-cart {

  top: 160%;

}



.show-fixed-header2 {

  visibility: visible;

  top: 0px;

}





/*[ Header3 ]

///////////////////////////////////////////////////////////

*/

.container-menu-header-v3 {

  position: fixed;

  z-index: 1200;

  top: 0;

  left: 0;

  background-color: #fff;

  width: 320px;

  height: 100vh;

  border-right: 1px solid #e5e5e7;



  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

}



/*[ Menu ]

===========================================================*/

.container-menu-header-v3 .wrap_header {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  width: 100%;

  background-color: white;

}





/*[ Logo ]

-----------------------------------------------------------*/

.container-menu-header-v3 .logo3 {

  display: block;

}



.container-menu-header-v3 .logo3 img {

  max-width: 120px;

}



/*[ Header Icon ]

-----------------------------------------------------------*/

.container-menu-header-v3 .header-icons3 {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  position: unset;

}



/*[ Header cart ]

-----------------------------------------------------------

*/

.container-menu-header-v3 .header-cart {

  left: -10px;

  transform-origin: top left;

}



/*[ Menu ]

-----------------------------------------------------------*/

.container-menu-header-v3 .main_menu {

  list-style-type: none;

  margin: 0px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  align-items: stretch;

  justify-content: center;

  flex-direction: column;

}



.container-menu-header-v3 .main_menu > li {

  padding-top: 3px;  

  padding-bottom: 3px; 

  padding-left: 0px;

  padding-right: 0px;

  text-align: center;

}



.container-menu-header-v3 .sub_menu {

  top:0;

  left:100%;

}



.container-menu-header-v3 .main_menu > li > .sub_menu {

  top: 10px;

  left: 95%;

}



.container-menu-header-v3 .sub_menu li { 

  text-align: left;

}



.container-menu-header-v3 .topbar-social-item {

  padding: 10px 8px;

}





/*[ Page sidebar ]

-----------------------------------------------------------

*/

.container1-page {

  margin-left: 320px;

}



@media (max-width: 992px){

  .wrap_header_mobile {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex !important;

  }

 



  .top-bar {display: none;}

  header {height: auto !important;}



  .container1-page {

    margin-left: 0px;

  }

}







/*[ Slide1 ]

///////////////////////////////////////////////////////////

*/



/*[ Slick1 ]

-----------------------------------------------------------

*/

.wrap-slick1 {

  position: relative;

}
.wrap-content-slide1 {
    align-items: flex-start;
    padding: 0 60px;
}


.item-slick1 {

  height: 300px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: top;

}


.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;height: 40px;
  font-size: 18px;
  color: black;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.3s;
}



.wrap-slick1:hover .arrow-slick1 {

  opacity: 0.5;

}



.arrow-slick1:hover {

  background-color: #e65540;

}



.next-slick1 {
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
    left: auto;
}

.prev-slick1 {
    left: 10px;
    transform: translateY(-50%);
    right: auto;
    top: 50%;
}


@media (max-width: 576px) {

  .next-slick1 {

    right: 15px;

  }



  .prev-slick1 {

    left: 71%;

  }

}



/*[ Caption ]

-----------------------------------------------------------

*/

@media (max-width: 992px) {

  .wrap-content-slide1 .xl-text2 {

    font-size: 60px;

  }

}



@media (max-width: 768px) {

  .wrap-content-slide1 .xl-text3,

  .wrap-content-slide1 .xl-text2,

  .wrap-content-slide1 .xl-text1 {

    font-size: 30px;

  }



  .wrap-content-slide1 .m-text27,

  .wrap-content-slide1 .m-text1 {

    font-size: 16px;

  }




}

@media (max-width: 767px) {
.prev-slick1 {
    display: none !important;

}
.next-slick1 {
   display: none !important;
  }
}

@media (max-width: 576px) {

  .wrap-content-slide1 .xl-text3,

  .wrap-content-slide1 .xl-text2,

  .wrap-content-slide1 .xl-text1 {

    font-size: 25px;

  }



  .wrap-content-slide1 .m-text27,

  .wrap-content-slide1 .m-text1 {

    font-size: 16px;

  }





}



/*[ rs1-slick1 ]

-----------------------------------------------------------

*/
/*
.rs1-slick1 .item-slick1 {

  height: 100vh;

}
*/


@media (max-width: 992px) {

  .rs1-slick1 .item-slick1 {

    height: calc(100vh - 85px);

  }

}









/*[ Slide2 ]

///////////////////////////////////////////////////////////

*/



/*[ Slick2 ]

-----------------------------------------------------------

*/

.wrap-slick2, .wrap-slick4 {

  position: relative;

  margin-right: -15px;

  margin-left: -15px;

}



/* ------------------------------------ */

.arrow-slick2, .arrow-slick4 {

  position: absolute;

  z-index: 100;

  top: calc((100% - 70px) / 2);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 39px;

  color: #cccccc;



  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



.arrow-slick2:hover, .arrow-slick4:hover {

  color: #666666;

}



.next-slick2, .next-slick4 {

  right: -30px;

}



.prev-slick2, .prev-slick4 {

  left: -30px;

}



@media (max-width: 1280px) {

  .next-slick2, .next-slick4 {

    right: 0px;

  }



  .prev-slick2, .prev-slick4 {

    left: 0px;

  }

}



@media (max-width: 1610px) {

  .rs1-slick2 .next-slick2, .rs1-slick4 .next-slick4 {

    right: 0px;

  }



  .rs1-slick2 .prev-slick2, .rs1-slick4 .prev-slick4 {

    left: 0px;

  }

}



/*[ rs Sweetalert ]

///////////////////////////////////////////////////////////

*/

.swal-overlay {

    overflow-y: auto;

}



.swal-icon--success {

    border-color: #66a8a6;

}



.swal-icon--success__line {

    background-color: #66a8a6;

}



.swal-icon--success__ring {

    border: 4px solid rgba(102, 168, 166, 0.2);

}



.swal-button:focus {

    outline: none;

    box-shadow: none;

}



.swal-button {

    background-color: #e65540;

    font-family: Montserrat-Regular;

    font-size: 15px;

    color: white;

    text-transform: uppercase;

    font-weight: unset;

    border-radius: 20px;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    -moz-transition: all 0.3s;

    transition: all 0.3s;

}



.swal-button:hover {

    background-color: #333333;

}



.swal-button:active {

    background-color: #e65540;

}



.swal-title {

  font-family: Montserrat-Medium;

  color: #333333;

  font-size: 16px;

  line-height: 1.5;

  padding: 0 15px;

}



.swal-text {

  font-family: Montserrat-Regular;

  color: #333333;

  font-size: 15px;

  text-align: center;

}



.swal-footer {

    margin-top: 0;

}





/*[ Block1 ]

///////////////////////////////////////////////////////////

*/
.block1-wrapbtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    width: 99%;
    margin: 0 auto;
    z-index: 9;
}


/*[ Block2 ]

///////////////////////////////////////////////////////////

*/

.block2-labelsale::before,

.block2-labelnew::before 

{

  z-index: 100;

  font-family: Montserrat-Regular;

  font-size: 12px;

  color: white;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 50px;

  height: 22px;

  border-radius: 11px;

  position: absolute;

  top: 12px;

  left: 12px;

}



.block2-labelsale::before {

  background-color: #e65540;

  content: 'Sale';

}



.block2-labelnew::before {

  background-color: #fa762f;

  content: 'New';

}



/* ------------------------------------ */

.block2-overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

}



/* ------------------------------------ */

.block2-btn-addcart {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}



/* ------------------------------------ */

.block2-btn-towishlist,

.block2-btn-addwishlist {

  display: block;

  position: absolute;

  top: 26px;

  right: 20px;

  font-size: 20px;

  color: white;

  line-height: 0;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}



.block2-btn-addwishlist:hover {

  color: #ff6565;

}



.block2-btn-addwishlist .icon-wishlist,

.block2-btn-towishlist .icon-wishlist {

  line-height: 0;

}



.block2-btn-addwishlist:hover .icon_heart_alt {

  display: none;

}



.block2-btn-addwishlist:hover .icon_heart {

  display: block;

}



/* ------------------------------------ */

.block2-btn-towishlist .icon_heart_alt {

  display: none;

}



.block2-btn-towishlist .icon_heart {

  display: block;

  color: #e65540;

}



/* ------------------------------------ */







.block2-overlay:hover .block2-btn-addwishlist,

.block2-overlay:hover .block2-btn-towishlist{

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}





/*[ Block4 ]

///////////////////////////////////////////////////////////

*/

.block4 {

  position: relative;

  overflow: hidden;

  width: calc(100% / 5);

}



@media (max-width: 1360px) {

  .block4 {

    width: calc(100% / 4);

  }

}



@media (max-width: 1200px) {

  .block4 {

    width: calc(100% / 3);

  }

}



@media (max-width: 992px) {

  .block4 {

    width: calc(100% / 2);

  }

}



@media (max-width: 576px) {

  .block4 {

    width: calc(100% / 1);

  }

}



/* ------------------------------------ */

@media (max-width: 1660px) {

  .rs1-block4 .block4 {

    width: calc(100% / 4);

  }

}



@media (max-width: 1380px) {

  .rs1-block4 .block4 {

    width: calc(100% / 3);

  }

}



@media (max-width: 1200px) {

  .rs1-block4 .block4 {

    width: calc(100% / 2);

  }

}



@media (max-width: 576px) {

  .rs1-block4 .block4 {

    width: calc(100% / 1);

  }

}



/* ------------------------------------ */

.block4-overlay {

  display: block;

  background-color: rgba(0,0,0,0.9);

  visibility: hidden;

  opacity: 0;

}



.block4-overlay:hover {

  color: unset;

}



/* ------------------------------------ */

.block4-overlay-txt {

  position: absolute;

  width: 100%;

  left: 0;

  bottom: -100%;

}



/* ------------------------------------ */

.block4-overlay-heart {

  transform-origin: top left;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}



/* ------------------------------------ */

.block4:hover .block4-overlay {

  visibility: visible;

  opacity: 1;

}



.block4:hover .block4-overlay-txt {

  bottom: 0;

}



.block4:hover .block4-overlay-heart {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

}





/*[ BG Title Page ]

///////////////////////////////////////////////////////////

*/

.bg-title-page {

  width: 100%;

  min-height: 239px;

  padding-left: 15px;

  padding-right: 15px;

  background-repeat: no-repeat;

  background-position: right;

  background-size: cover;

}



@media (max-width: 576px) {

  .bg-title-page .l-text2 {font-size: 35px;}

  .bg-title-page .m-text13 {font-size: 16px;}

}



/*[ rs NoUI ]

///////////////////////////////////////////////////////////

*/
.leftbar #filter-bar {
    margin-right: 6px;
    margin-left: 6px;
    height: 6px;
    border: none;
    background-color: #ffe7d2;
    box-shadow: none;
}
.leftbar #filter-bar .noUi-connect {
    background: linear-gradient(to top, #f5722a 0%,#ffc9ad 100%);
    border: none;
    box-shadow: none;
}
.leftbar #filter-bar .noUi-handle {
    width: 16px;
    height: 16px;
    left: -5px;
    top: -5px;
    border: none;
    border-radius: 4px;
    background: #fa762f;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}



/*.leftbar #filter-bar {

  margin-right: 6px;

  margin-left: 6px;

  height: 4px;

  border: none;

  background-color: #e1e1e1;

}*/

/*.leftbar #filter-bar .noUi-connect {

  background-color: #c5c5c5;

  border: none;

  box-shadow: none;

}*/

/*.leftbar #filter-bar .noUi-handle {

  width: 13px;

  height: 13px;

  left: -6px;

  top: -5px;

  border: none;

  border-radius: 50%;

  background: #999999;

  cursor: pointer;

  box-shadow: none;

  outline: none;

}*/

.leftbar #filter-bar .noUi-handle:before {

  display: none;

}

.leftbar #filter-bar .noUi-handle:after {

  display: none;

}



/*[ Filter Color ]

///////////////////////////////////////////////////////////

*/

.color-filter1 {background-color: #00bbec;}

.color-filter2 {background-color: #2c6ed5;}

.color-filter3 {background-color: #ffa037;}

.color-filter4 {background-color: #ff5337;}

.color-filter5 {background-color: #a88c77;}

.color-filter6 {background-color: #393939;}

.color-filter7 {background-color: #cccccc;}



.checkbox-color-filter {

  display: none;

}



.color-filter {

    display:block;

    width:25px;

    height:25px;

    cursor:pointer;

    border-radius: 50%;

}



.checkbox-color-filter:checked + .color-filter {

  box-shadow: 0 0 0px 2px black;

  -moz-box-shadow: 0 0 0px 2px black;

  -webkit-box-shadow: 0 0 0px 2px black;

  -o-box-shadow: 0 0 0px 2px black;

  -ms-box-shadow: 0 0 0px 2px black;

}



/*[ Pagination ]

///////////////////////////////////////////////////////////

*/

.pagination {

  margin-right: -6px;

  margin-left: -6px;

}



.item-pagination {

  font-family: Montserrat-Regular;

  font-size: 13px;

  color: #808080;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  border: 1px solid #eeeeee;

  margin: 6px;

}



.item-pagination:hover {

  background-color: #222222;

  color: white;

}



.active-pagination {

  background-color: #222222;

  color: white;

}





/*[ Slick3 ]

///////////////////////////////////////////////////////////

*/



.wrap-slick3-dots {

  width: 14.5%;

}



.slick3 {

  width: 80.64%;

}



.slick3-dots li {

  display: block;

  position: relative;

  width: 100%;

  margin-bottom: 15px;

}



.slick3-dots li img {

  width: 100%;

}



.slick3-dot-overlay {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  cursor: pointer;

  border: 3px solid transparent;

  -webkit-transition: all 0.4s;

  -o-transition: all 0.4s;

  -moz-transition: all 0.4s;

  transition: all 0.4s;

}



.slick3-dot-overlay:hover {

  border: 3px solid #888888;

}



.slick3-dots .slick-active .slick3-dot-overlay {

  border: 3px solid #888888;

}





/*[ Dropdown content ]

///////////////////////////////////////////////////////////

*/

.show-dropdown-content .down-mark {

  display: block;

}



.show-dropdown-content .up-mark {

  display: none;

}





/*[ Cart ]

///////////////////////////////////////////////////////////

*/

/*[ Table ]

-----------------------------------------------------------

*/

.wrap-table-shopping-cart {

  overflow: auto;

}



.container-table-cart::before {

  content: '';

  display: block;

  position: absolute;

  width: 1px;

  height: calc(100% - 51px);

  background-color: #e6e6e6;

  top: 51px;

  left: 0;

}



.container-table-cart::after {

  content: '';

  display: block;

  position: absolute;

  width: 1px;

  height: calc(100% - 51px);

  background-color: #e6e6e6;

  top: 51px;

  right: 0;

}



.table-shopping-cart {

  border-collapse: collapse;

  width: 100%;

  min-width: 992px;

}



.table-shopping-cart .table-row {

  border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}



}



.table-shopping-cart .column-1 {

  width: 225px;
  /* padding-left: 0px; */
  text-align: center;
  border-right: 1px solid #e6e6e6 !important;
}

.table-shopping-cart .column-2 {

  width: 330px;
  border-right: 1px solid #e6e6e6;
  padding-right: 30px;

}

.table-shopping-cart .column-3 {
  border-right: 1px solid #e6e6e6;
    width: 133px;
    padding-right: 30px;
    color: #e65540;

}

.table-shopping-cart .column-4 {

  width: 355px;
  border-right: 1px solid #e6e6e6;
  padding-right: 30px;

}
#cartitem .bo5{
  border: none !important;
     border-radius: 0px !important;
}
#cartitem .bg8 {
    background-color: #e65540;
    border-radius: 0px;
    color: #fff;
}
#cartitem input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
    border: solid 1px #e6e6e6 !important;
}


.table-shopping-cart .column-5 {
    color: #e65540;
  padding-right: 30px;
  border-right: none;

}



.table-shopping-cart .table-head th {

  font-family: Montserrat-Bold;

  font-size: 13px;

  color: #555555;

  line-height: 1.5;

  text-transform: uppercase;

  padding-top: 10px;

  padding-bottom: 10px;
  padding-left: 20px;
  border-right: 1px solid #e6e6e6;

}
.table-shopping-cart .table-head{
  border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}


.table-shopping-cart td {

  font-family: Montserrat-Regular;

  font-size: 16px;

  color: #555555;

  line-height: 1.5;

  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
}



.table-shopping-cart .table-row .column-2 {

  font-size: 15px;

}





/* ------------------------------------ */

.cart-img-product {

  width: 90px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}



.cart-img-product img {

  width: 100%;

}



.cart-img-product::after {

  content: '\e870';

  font-family: Linearicons;

  font-size: 16px;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  justify-content: center;

  align-items: center;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background-color: rgba(0,0,0,0.5);

  color: white;

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  -moz-transition: all 0.3s;

  opacity: 0;

}



.cart-img-product:hover:after {

  cursor: pointer;

  opacity: 1;

}





/*[ Tags ]

///////////////////////////////////////////////////////////

*/

.wrap-tags {

  margin-right: -3px;

  margin-left: -3px;

}



.tag-item {

  display: block;

  font-family: Montserrat-Regular;

  font-size: 13px;

  color: #888888;

  line-height: 1.5;

  padding: 5px 15px;

  border: 1px solid #cccccc;

  border-radius: 15px;

  margin: 3px;

}



.tag-item:hover {

  border: 1px solid #e65540;

}





/*[ tab01 ]

///////////////////////////////////////////////////////////

*/

.tab01 .nav-tabs {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  background-color: #fff;

  border-bottom: none;

  margin-right: -15px;

  margin-left: -15px;

}



.tab01 .nav-tabs .nav-item {

  padding: 8px 16px;

}



.tab01 .nav-link {

  padding: 0;

  border-radius: 0px;

  border: none;

  border-bottom: 1px solid transparent;

  font-family: Montserrat-Regular;

  font-size: 15px;

  color: #888888;

  line-height: 1.1;

}



.tab01 .nav-link.active {

    color: #333333;

    border-bottom: 1px solid #6a6a6a;

}



.tab01 .nav-link:hover {

    color: #333333;

    border-bottom: 1px solid #6a6a6a;

}



@media (max-width: 480px) {

  .tab01 .nav-tabs .nav-item {

    padding: 8px 6px;

  }



  .tab01 .nav-tabs {

    margin-right: -6px;

    margin-left: -6px;

  }

}





/*[ Modal video 01 ]

///////////////////////////////////////////////////////////

*/

body {padding-right: 0px !important;}



.modal {

  padding: 0px !important;

  z-index: 1360;

  overflow-x: hidden;

  overflow-y: auto !important;

}

.modal-open {overflow-y: scroll;}



/* ------------------------------------ */

.modal-backdrop {

  background-color: transparent;

}



#modal-video-01 {

  background-color: rgba(0,0,0,0.8);

  z-index: 1350;

  

}



#modal-video-01 .modal-dialog {

  max-width: 100%;

  height: 100%;

  padding: 0;

  margin: 0;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  position: relative;

}



.wrap-video-mo-01 {

  width: 854px;

  height: auto;

  position: relative;

  margin: 15px;

}



.video-mo-01 {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: 0;

  -webkit-transition: all 2s;

  -o-transition: all 2s;

  -moz-transition: all 2s;

  transition: all 2s;

}



.video-mo-01 iframe {

  width: 100%;

  height: 100%;

}



.close-mo-video-01 {

  font-size: 50px;

  color: white;

  opacity: 0.6;

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  justify-content: center;

  position: absolute;

  z-index: 1250;

  width: 60px;

  height: 60px;

  top: 0;

  right: 0;

}



.close-mo-video-01:hover {

  cursor: pointer;

  opacity: 1;

}





/*[ Input NumProduct ]

///////////////////////////////////////////////////////////

*/

input.num-product {

    -moz-appearance: textfield;

    appearance: none;

    -webkit-appearance: none;

}



input.num-product::-webkit-outer-spin-button,

input.num-product::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0; 

}

.mc_btn {

  border-radius: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background: #111111;
  border: none;
  margin-top: 25px;
    margin-left: 5px;
}
.mc_btn:hover{
  background-color: #111111;
}
.mc_btn::after{
  z-index: -1;
  content: '';
  background-color: #e65540;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 100%;
  transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  transform-origin: 0% 100%;
  transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}
.mc_btn:hover::after{
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.block2-overlay:hover .block2-btn-mc {
    bottom: 0;
}
.block2-btn-mc a {
    background: #3e3e3e;
    border-radius: 0;
}
.block2-btn-mc a:hover {
    background: #fa762f;
}
.block2-btn-mc {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -40px;
}
.original_price {

  color: #e65540;

  text-decoration: line-through;

}

.ftco-section {
  margin-top: 2%;
  margin-bottom: 2%;
}
.make-payment label{
  margin-bottom: 0px !important;
    font-size: 15px !important;
}

.mt22{
  margin-top: 22px;
}
.mb20{
  margin-bottom: 20px;
}
/*-------------checkout page css-------------------*/
.hov1:hover {
    background-color: #ff5900 !important;
    color: white;
}
#checkout{
    padding: 0px;
    margin: 40px 30px;
}
#checkout h3{
  padding-bottom: 20px;
}
#checkout-bill h3{
  padding-bottom: 20px;
}
#checkout-bill h3:before{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: 25px;
    z-index: -1;
    top: 65px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.col-md-6.checkout-for-sec {
    background: #fef3ed;
    padding: 10px 30px;
}
.col-md-6.checkout-bill-sec {
    background: #f8f9fa;
}
.cart-detail {
    padding: 30px 0px !important;
}
#checkout-bill h3:after{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: 25px;
    margin-left: -6px;
    z-index: -1;
    top: 60px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.shipping_address h3{
  padding-bottom: 25px;
}
.shipping_address h3:before{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: 20px;
    z-index: -1;
    top: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: 42px;
}
.shipping_address h3:after{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
  margin-top: 47px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: 25px;
    margin-left: 0;
    z-index: -1;
    top: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.card-total h3:before{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: auto;
    z-index: 1;
    top: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: 42px;
}
.card-total h3:after{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    margin-top: 47px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: 45px;
    margin-left: 0;
    z-index: 1;
    top: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.make-payment h3:before{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: auto;
    z-index: 1;
    top: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: 42px;
}
.make-payment h3:after{
  position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    margin-top: 47px;
    background: rgb(230,85,64);
    background: linear-gradient(90deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
    left: 45px;
    margin-left: 0;
    z-index: 1;
    top: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.cart-info-red{
  color: #e65540
}
#thanku {
  padding: 30px 0;
}
#thanku h2{
  color: #e65540;
  padding-bottom: 20px;
}
#thanku h4{
  color: #111;
  text-align: center;
  font-size: 15px;
  padding-bottom: 30px;
}
#thanku p{
  color: #111;
}
.thanku-subtotal{
  line-height: 30px;
  margin-top: 20px;
}
/*------------------*/


/*--------------Register page css start---------------------*/
#register{
  background: url("https://developerindhanbad.com/demo/ecommerce2/assets/front-end/images/shop-bg.jpg")repeat;
  background-size: contain;
  background-attachment: fixed;
  margin: 0px;
  padding: 60px 0;
}
/*.register-bg{
  background: url(https://developerindhanbad.com/demo/ecommerce2/assets/front-end/images/cart-bg.jpg)no-repeat right;
    background-size: contain;
  background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  padding: 25px 0px 40px;
      border: 3px solid #bababa;
}*/
.register-bg {
    background-size: contain;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    padding: 25px 0px 40px;
    border: 3px solid #bababa;
    position: relative;
}
.register-bg .btn.focus, .register-bg .btn:focus {
    outline: 0;
    box-shadow: none;
}
.register-bg:after {
    content: '';
    height: 230px;
    width: 150px;
    background: url(../images/cart-bg.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: 0.8;
}
.login-bg{
  background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  padding: 40px;
}
.social-sec {
    display: inline-flex;
    padding: 10px 0 10px 20px;
    border: 1px solid #e87;
}
.forgot-wrap {
    background: url(https://developerindhanbad.com/demo/ecommerce2/assets/front-end/images/shop-bg.jpg)repeat;
    background-size: contain;
}
.reg-heading h3 {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.reg-heading h3:after {
    content: "";
    width: 75px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    background: #6c6c6c;
}
.reg-heading h3:hover:after{
    transform: scale(1.1); 
    width: 75px;
    background: #e65540;
}
#register .mc_btn{
  margin: 35px auto 0;
    text-align: center;
    display: inherit;
    padding: 10px 30px;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#register .card{
  margin-bottom: 65px;
}
.login-bg{
  padding: 60px 40px;
}
.login-bg input, textarea{
  border: 1px solid lightgrey !important;
}
section.shipping .m-text12 {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #191919;
    line-height: 1.5;
    font-weight: 600;
}
.login-bg .btn-blue{

  border-radius: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background: #111111;
  border: none;
    margin-left: 5px;
  padding: 10px 35px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.login-bg .btn-blue:hover{
  background-color: #111111;
}
.login-bg .btn-blue::after{
  z-index: -1;
  content: '';
  background-color: #e65540;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 100%;
  transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
  transform-origin: 0% 100%;
  transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}
.login-bg .btn-blue:hover::after{
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
  -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    opacity: 1;
  -moz-opacity: 1; 
  -khtml-opacity: 1; 
  -webkit-opacity: 1;
}
.register-bg .sign-in h6{
  margin-bottom: 25px !important;
    margin-top: 90px !important;
}

.register-bg .facebook {

      background-color: #3b5998;

      color: #fff;

      font-size: 18px;

      padding-top: 5px;

      border-radius: 50%;

      width: 35px;

      height: 35px;

      cursor: pointer;
      transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
    }

  .register-bg .facebook .fa-facebook{
      transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
    }

.register-bg .facebook:hover .fa-facebook {
  transform: rotate(180deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.twitter {

      background-color: #1DA1F2;

      color: #fff;

      font-size: 18px;

      padding-top: 5px;

      border-radius: 50%;

      width: 35px;

      height: 35px;

      cursor: pointer;
      transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
    }

.register-bg .twitter .fa-twitter{
      transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
    }

.register-bg .twitter:hover .fa-twitter {
  transform: rotate(180deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

    .linkedin {

      background-color: #2867B2;

      color: #fff;

      font-size: 18px;

      padding-top: 5px;

      border-radius: 50%;

      width: 35px;

      height: 35px;

      cursor: pointer;
      transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;

    }
    .register-bg .linkedin .fa-linkedin{
      transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
    }

.register-bg .linkedin:hover .fa-linkedin {
  transform: rotate(180deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

/*13.07.2020*/

.block1-wrapbtn a {
    background: rgb(0 0 0 / 33%);
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
}
/*.block-same:after {*/
/*    content: '';*/
/*    background: linear-gradient(360deg, rgba(34, 46, 51, 0.8),#181e2126, transparent);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*    transition: all ease 0.5s;*/
/*}*/
.outer-block:hover .block-same .block1-wrapbtn a{
  background-color: #16191e69;
    color: #fff;
}
.block-same .block1-wrapbtn a:hover {
    
}
.outer-block:hover .block-same:after{
  opacity: 0;

}
button.add_cart {
    border-radius: 0;
    background: #3e3e3e;
}
button.add_cart:hover {
    border-radius: 0;
    background: #fa762f;
}
.block2:hover .block2-btn-addcart {
  bottom: 0;
}
.block-same {
    height: 350px;
    max-height: 350px;
}
.block-same img{
   height: 100%;
    object-fit: cover;
}
a.block2-btn-addwishlist {
    color: #3e3e3e;
}
.block2-img.wrap-pic-w {
    min-height: 350px;
    max-height: 350px;
    background: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 0.5px solid #eee;
}
section.newproduct {
    background: #f2f2f2;
}
.banner2 {
    background-color: #fffbea !important;
}
/*.block2 {
    border: 2px solid #424242;
}*/
.block2-txt {
    padding: 15px;
/*    background: #fff;
    border-top: 1px solid #ccc;*/
    border: 1px solid #dedede;
    min-height: 110px;
}
.block2:hover .block2-txt {
    background: #fffbea;
    border: 1px solid #fa762f;
}




.other-login .form-group img {
    width: 30px;
}
  .form-control {
    border-radius: unset !important;
    border: 1px solid #ddd !important;
  }
  .reg-btn {
    max-width: 200px;
      min-width: 200px;
      border-radius: 0px;
      font-weight: 600;
      outline: none !important;
  }
.other-login .form-group {
    padding: 10px 30px;
    border: 1px solid #ccc;
    max-width: 320px;
    margin: 10px auto;
    background: #ffffffc9;
}

.form-group.reg-g {
    border: 1px solid #ee5d2d;
}
.form-group.reg-g button{
  color: #ee5d2d;
}
.form-group.reg-f button {
    color: #3b5998;
}
.form-group.reg-f {
    border: 1px solid #3b5998;
}
.form-group.reg-l button {
    color: #137eb8;
}

.form-group.reg-l {
    border: 1px solid #1982ba;
}
.row.form-row-reg .col-md-6:first-child {
    padding: 30px;
}
.row.form-row-reg {
    z-index: 99;
    position: relative;
}
.line {

      height: 280px;
      width: 1px;
      background: rgb(230,85,64);
    background: linear-gradient(180deg, rgba(230,85,64,1) 0%, rgba(255,156,0,0.05644255993412994) 100%);
      margin: 10px auto;
      position: relative;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-top-radius: 50%;
      border-bottom-bottom-radius: 50%;
    }

.line .or {

      height: 60px;
    font-weight: bold;
    width: 60px;
    position: absolute;
    top: 40%;
    left: 0;
    right: auto;
    background: #fff;
    margin-left: -29px;
    text-align: center;
    line-height: 60px;

    }
.fg-btn:hover {
    background: #fa762f !important;
}

.highlight-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
}
.highlight-sec {
    position: relative;
    overflow: visible;
}
.highlight-sec .ab-t-l {
    z-index: 9;
}

.highlight-sec .hov-img-zoom {
    z-index: 9;
}
.highlight-sec:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: 75px;
    bottom: 75px;
    background: #424242;
    z-index: 1;
}
.p-b-20per-ssm {
    border: 2px solid #424242;
}
section.banner {
    background: #fffbea;
}
.block2 .block2-txt a {
    font-weight: 600;
}

.block2:hover .block2-overlay {

  opacity: 1;

}
.highlight-sec .m-text9,.highlight-sec .l-text1{ color: #424242;}


.highlight-sec a.s-text4:hover {
    background: rgba(255, 255, 255, 0.7);
}
.highlight-sec a.s-text4 {
    color: #424242;
    border: 1px solid #424242;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    transition: all ease 0.3s;
}
footer {
    background: #191919 !important;
}

footer h4,footer p,footer a {
    color: #ffffff !important;
}
form.footer-subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form.footer-subscribe-form .effect1.w-size9 {
    border-bottom: none;
}

form.footer-subscribe-form .w-size2.p-t-20 {
    padding-top: 0;
}

form.footer-subscribe-form .w-size2.p-t-20 button {
    border-radius: 0px 5px 5px 0px;
    height: 36px;
    background: #545454;
    font-size: 13px;
    width: 100px;
}
footer input.s-text7 {
    padding: 5px 10px;
    border-radius: 5px 0px 0px 5px;
    height: 35px;
}
form.footer-subscribe-form .w-size2.p-t-20 button:hover {
    background: #fa762f;
}
footer span.effect1-line{border-radius: 5px;}
.caption2-slide1 {
    text-align: left !important;
    font-size: 30px;
    color: #fb772f;
    max-width: 670px;
    margin-bottom: 30px;
    line-height: 1;
    position: relative;z-index: 9;
}
span.effect1-line {
    display: none;
}

.caption1-slide1 {
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600 !important;
    display: inline-block;
    color: #fff;
    position: relative;z-index: 9;
}
.wrap-btn-slide1 {
    z-index: 9;
}
.wrap-btn-slide1 a {
    background: transparent !important;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px !important;
    height: 35px;
    font-size: 14px;
    width: 120px;
}
.wrap-content-slide1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), transparent);
    z-index: 2;
}


.hover-offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hover-offer {
    height: 300px;
    position: relative;
}
.offer-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 15px;
    font-family: 'Roboto', sans-serif;
    background: rgba(0, 0, 0, 0.25);
    margin: 12px;
}
.ribbon {
    position: absolute;
    z-index: 10;
    padding: 0px 7px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 0 0px 15px rgb(255, 222, 176);
    -moz-box-shadow: 0 0px 15px rgb(255, 222, 176);
    box-shadow: 0 0px 15px rgb(255, 222, 176);
    zoom: 1;
    left: 25px;
    top: 20px;
    min-width: 36%;
    max-width: 50%;
    height: 28px;
    background: #FF9600;
}
.ribbon:after {
    content: "";
    position: absolute;
    z-index: -20;
    top: 100%;
    left: auto;
    border-style: solid;
    border-width: 0 0 10px 10px;
    right: 0;
    border-color: transparent #DC5F0B;
}
.offer-content figcaption {
    width: 100%;
}
.offer-content h4 {
    color: #ffc776;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 0 15px #4a4a4a;
    margin: 50px 0px 10px;
}
.offer-content p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
    font-family: 'Roboto', sans-serif;
}
.offer-image {
    height: 100%;
    overflow: hidden;
}

p.price-offer span {
    font-size: 30px;
    font-style: italic;
    font-weight: 900;
    color: #ff9600;
    display: inline-block;
    margin-right: 6px;
    border-bottom: 2px solid #ff9600;
    line-height: 1;
}
p.price-offer {
    color: #ffe567;
    font-size: 14px;
    margin-bottom: 14px;
}
.offer-content .button2 {
    background: #0e111440 !important;
    font-size: 12px;
    padding: 6px 8px !important;
}
.button2 {
    background: transparent !important;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff !important;
    font-size: 14px;
    max-width: 120px;
    padding: 7px !important;
    text-align: center;
    text-transform: uppercase;
}
.fa-chevron-down {
    font-size: 12px;
    height: 18px;
    display: inline-block;
    line-height: 17px;
    vertical-align: text-bottom;
}
.hotoffrcountrbx {
    padding: 10px 18px;
}
.offer-content .hotoffrcountr .hotoffrcountrbx span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

/*account related css*/

/*.single-acc-info {*/
/*    display: flex;*/
/*    margin-bottom: 10px;*/
/*    padding: 5px;*/
/*    border-bottom: 1px solid #ddd;*/
/*    align-items: center;*/
/*}*/
.single-acc-info {
    display: flex;
    margin-bottom: 10px;
    padding: 10px 0px;
    border-bottom: 1px dashed #ffd3ba;
    align-items: center;
}

.single-acc-info label {
    line-height: 1;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}

.side-board {
    /*background: #f7f7f7;*/
    background: #fef3ed;
    padding: 10px 20px;
}

.single-acc-info p {
    color: #000;
    font-size: 14px;
}

div#order-list_wrapper .row {
    width: 100%;
    margin: 0;
}

div#order-list_wrapper .row table {
    width: 100% !important;
    margin-top: 15px;
    font-size: 14px;
}
div#order-list_length select.form-control.input-sm {
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
}
table.dataTable thead th {
    background: #000;
    color: #fff;
}
li.limenu a {
    color: #000;
    font-size: 14px;
}
.ord_view_btn i {
    margin-right: 7px;
}

.ord_view_btn {
    background: #000 !important;
    border: none;
    font-size: 12px;
    border-radius: 0px;
}
.ord_view_btn:hover{
  background-size: #fa762f;
}
li.paginate_button.active a {
    color: #fff !important;
    opacity: 1 !important;
}
li.limenu i {
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 12px;
}
li.limenu:hover{
  background:#000;
}
li.active.limenu i {
    border: 1px solid #fff;
}
h3.dashboard-heading,.new-addres-add h3.billing-heading, .profile-form h3.billing-heading, .change-pass-from h3.billing-heading, .shp-add-row h3 {
    font-size: 18px;
    font-weight: 600;
    background-color: #fa762f;
    padding: 10px;
    color: #fff;
    margin-bottom: 0px !important;
}
.change-pass-from,.profile-form, .new-addres-add {
    /*background: #f7f7f7;*/
    background: #fef3ed;
    padding: 15px;
}
.ordr-tbl.viewordrdetlsarea td,.ordr-tbl.viewordrdetlsarea th {
    border: none;
    padding: 10px 18px;
}
p.order-info {
    background: #006cb9;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #1f98ef;
    box-shadow: 0 0 6px #88ceff;
}
.ordr-tbl {
    font-size: 14px
}
.ordr-tbl h3 {
    font-size: 16px;
    font-weight: 600;
    background: #fa762f;
    padding: 8px 10px;
    color: #fff;
    margin: 20px 0px 10px;
}
.ordr-tbl p {
    color: #666;
}
.shp-address-tbl td.address_activated {
    background: #dbfcff;
}
.shp-address-tbl tr {
  background: none !important;
}
.shp-address-tbl td {
    background: #f2f2f2;
    margin-bottom: 10px;
    border-bottom: 5px solid #fff;
}
td.address_activated p {
    color: #000;
}


.leftbar {
    background-color: #ffffff;
    padding: 14px !important;
    border: 1px solid #f0f0f0;
}
.leftbar a.category-nm p {
    font-size: 13px;
}
.leftbar a.category-nm {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 8px 0px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    position: relative;
}
.leftbar li.p-t-4 label input.brandname {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.leftbar li.p-t-4 label {
    font-size: 13px;
    display: inline-block;
    line-height: 1.5;
}
.leftbar .sub-cat {
    font-size: 12px;
    color: #7d7d7d;
    background: #ffffff;
    padding: 14px 0px 5px 10px;
}
.leftbar a.category-nm:hover input {
    padding-left: 6px;
}
.leftbar a.category-nm:hover p {
    color: #fa762f;
}
.out_ofstock_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 0.7);
    z-index: 999;
}
.out_ofstock_overlay p {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: center;
    background: rgb(62 62 62 / 0.5);
    text-transform: uppercase;
}

.block2.outofstack .block2-overlay {
    opacity: 1;
}
p.shop-page-ttl {
    display: block;
    width: 100%;
    font-size: 35px;
    max-width: 1145px;
}

span#regular_price, span#sale_price {
    font-size: 18px;
    display: inline-block;
    min-width: 90px;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
}
span#sale_price {
    background: #d9ffcc;
    font-weight: 600;
}
span#regular_price {
    background: #eaeaea;
}
span.discount-wrap {
    display: inline-block;
    background: #ff2f00;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
span.s-text8.m-r-35.shippng-chrg {
    display: block;
    margin: 5px 0;
    background: #f1f1f1;
    color: #000;
    padding: 5px;
}
.cat-sku span {
    color: #000;
}

.cat-sku {
    background: #f1f1f1;
    padding: 5px;
    margin-bottom: 5px;
}
.detail-add-cart {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.detail-add-cart .add_cart {
    background: #09a069;
    display: inline-block;
    padding: 9px 15px;
    min-width: 170px;
    text-align: center;
}
.detail-add-cart .wish_list-btn:hover i {
    color: #ff2b2b;
}
.detail-add-cart .wish_list-btn:hover {
    background: #ffffff;
    border: 2px solid #ff6262;
    color: #000;
}
.detail-add-cart .wish_list-btn {
    background: #3e3e3e;
    display: inline-block;
    border: 2px solid #3e3e3e;
    min-width: 170px;
    text-align: center;
}

span#stock_status {
    background: #09a069;
    color: #fff;
    display: inline-block;
    padding: 5px;
    line-height: 1;
}

.no-prduct img {
    max-width: 100%;
}


.item-blog-txt.p-t-33 {
    padding: 25px 10px;
    background: #fffbea;
}

.about-text {
    padding: 15px;
    background: #fffbea;
}







/*==================Mega menu css==================================================*/
.menu-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu-banner {
    height: 270px;
    display: block;
}

.megamenu-d {
    position: absolute;
    background: #fffbf1;
    box-shadow: 0 0 1px #2e2e2e;
    padding: 20px;
    max-width: 1140px;
    top: 61px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.site-menu ul {
    align-items: center;
    display: -ms-flexbox!important;
    display: flex!important;
}


.site-menu ul li {
    padding: 0 10px;
}

.menu-col ul li a {
    font-size: 13px;
    display: inline-block;
    padding: 5px 5px 5px 0 !important;
    color: #000;
    margin-bottom: 2px;
    border-bottom: 1px solid transparent;
    line-height: 1;
}

.menu-col ul {
    display: block !important;
    padding: 0 !important;
}

.menu-col ul li:first-child a {
    padding-top: 0 !important;
}
.menu-col ul li {
    padding: 0;
    line-height: 1;
}

.menu-col ul li a:hover {
    padding-left: 10px !important;
}



.menu-title {
    font-weight: 600;
    color: #ff5900;
    margin: 7px 0 10px;
}

.banner-menu-overlay {
    position: relative;
}

.menu-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
}

.menu-banner-title {
    color: #fff;
    font-size: 20px;
}

.menu-banner-title span {
    color: #ff894a;
    font-weight: 800;
    font-size: 25px;
    display: block;
    line-height: 1;
    margin-top: 15px;
}
.menu-banner-title span small {
    display: block;
    font-size: 12px;
}
.menu-banner-content a.button2 {
    display: block;
    margin-top: 15px;
    padding: 5px;
    height: 29px;
    font-size: 12px;
    line-height: 1;
    max-width: 100px;
}
.site-menu ul li:hover .megamenu-d {
    display: block;
}

.site-menu ul li a:hover {
    color: #000;
}
.site-menu ul li a {
    padding: 30px 0;
    font-weight: 500;
    color: #272727;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Montserrat-Regular;
}
.closemenu{display: none;}

.click-to-open{display: none;}

.log-in-reg ul li {
    color: #fff;
}

.log-in-reg ul {
    display: flex;
    align-items: center;
}
.log-in-reg ul li a {
    color: #fff;
    margin: 0 5px;
    font-size: 12px;
}
.brand-slider {
    max-width: 1000px;
    padding: 40px 0 10px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
section.brand-sec {
    padding: 50px 0 50px;
}
.brand-slider a.brand img {
    width: auto !important;
    margin: 0 auto;
}

.brand-slider a.brand {
    display: block;
    text-align: center;
}
a.header-wrapicon1.dis-block {
    display: none;
}


/*new arrival*/
.arival-banner {
    padding: 0;
    position: relative;
}
.arrival-overlay {
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
}

.arival-banner:hover .arrival-overlay {
    left: 0;
    transition: all ease 0.3s;
}
.arival-banner:hover h4.arival-subtitle a ,
.arival-banner:hover h3.arival-title a{color: #fff !important; transition: all ease 0.3s;}
.arival-banner:hover .arival-content a.button2{color: #fff !important;border: 2px solid #fff;}
section.new-arrival {
    padding: 40px 0;
    background: #fffbea;
}
.arival-banner img {
    width: 100%;
}
.arival-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9;
}
h4.arival-subtitle a {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    color: #000;
    transition: all ease 0.3s;
}
h3.arival-title a {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    color: #404040;
    margin-bottom: 10px;
    display: block;
    transition: all ease 0.3s;
}

.arival-content a.button2 {
    color: #404040 !important;
    border: 2px solid #404040;
    display: block;
    padding: 3px;
    line-height: 1;
    transition: all ease 0.3s;
}
.arrival-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*attractive offer*/
.at-content h4, .at-content h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.at-content {
    text-align: center;
    padding: 40px 0;
    background: rgba(45, 29, 0, 0.38);
    margin: 15px 0;
}
.at-action a {
    color: #fb7730;
    font-weight: 600;
    font-size: 18px;
    display: block;
}
.at-content {
    text-align: center;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.35);
    margin: 15px 0;
}
.at-content h4 {
    color: #ffbd6c;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 34px;
}



/*megamenu-responsive*/


@media only screen and (max-width: 1199px) {
 .topbar {
    display: none;
}
.site-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    width: 0;
    transition: all ease 0.5s;
    overflow-y: scroll;
}
.site-menu ul {
    display: block !important;
}
.site-menu ul li {
    padding: 0 10px;
    display: block;
    position: relative;
    background: #fa762f;
    margin-bottom: 5px;
}
.site-menu ul li .fa-chevron-down{
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 12px;
    font-size: 14px;
    color: #fff;
}
.site-menu ul li a {
    padding: 6px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.site-menu ul li {
    padding: 0 10px;
    display: block;
    position: relative;
    background: #f97d3a;
    /* background: #d89a00;*/
    margin-bottom: 1px;
}
.menu-col ul li{
  background: none !important;
}
.header-icons{
  right: 16px !important;
}
.logo{
  left: 10px !important;
}
.linedivide1 {
    margin-left: 0;
    margin-right: 10px;

}
.click-to-open {
    display: block;
    background: #fff;
    text-align: right;
    padding: 0 15px;
    font-size: 24px;
    border-top: 1px solid #ccc;
}
section.slide-section {
    margin-top: 100px;
}
.closemenu {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    text-align: left;
}
.closemenu i {
    height: 25px;
    width: 25px;
    border: 1px solid;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    /*background: #d89a00;*/
    background: #f97d3a;
    color: #fff;
}
.banner-menu-overlay {
    position: relative;
    margin-bottom: 15px;
}
.click-to-open i {
    color: #f97d3a;
}
.megamenu-d {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 0;
    transition: all ease 0.5s;
}


.megamenu-wrap .col-md-4,.megamenu-wrap .col-md-6,.megamenu-wrap .col-md-8 ,.megamenu-wrap .col-md-3  {
    max-width: 100%;
    flex: 0 0 100%;
}
.menu-col ul li a {
    font-size: 14px !important;
    display: block !important;
    padding: 5px 5px 5px 0 !important;
    color: #000 !important;
    margin-bottom: 2px !important;
    border-bottom: 1px solid #c7c7c7;
    line-height: 1;
    background: none !important;
}

}
/*=======*/

@media only screen and (max-width: 767px) {
  .logo img {
    /*max-height: 27px;*/
    max-width: 170px;
}
.arrival-overlay{left: 0;}
h3.arival-title a,h4.arival-subtitle a{color: #fff;}


.arival-content a.button2 {
    color: #ffffff !important;
    border: 2px solid #ffffff;
  }

footer {
    text-align: center;
}
footer .flex-m {
    align-items: center;
    justify-content: center;
}
form.footer-subscribe-form .w-size2.p-t-20 button{
  width: 100%;
}
.row.form-row-reg .form-group {
   
    padding: 0 20px;
}

.line {
    height: 1px;
    width: 280px;
  }
.line .or {
    height: 40px;
    top: -30px;
    left: 50%;
  }
.register-bg {
    margin-top: 50px;
}

.register-bg:after{opacity: 0;}

.login-bg {
    padding: 20px 10px;
}
p.shop-page-ttl {
    font-size: 20px;
    margin-top: 100px;
}
h3.arival-title a {
    font-size: 25px;
}
section.bg-title-page {
    margin-top: 60px;
}
}
/*============*/

@media only screen and (max-width: 480px) {
  div#filter_by_ajax .col-sm-12 {
      width: 50%;
      height: 240px;
      padding: 0 4px 10px;
  }
  div#filter_by_ajax .block2-txt {
      padding: 3px;
      border: 1px solid #dedede;
  }
  div#filter_by_ajax .block2 .block2-txt a {
      font-weight: 600;
      font-size: 12px;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  div#filter_by_ajax span.block2-newprice, span.block2-oldprice {
      font-size: 12px;
      padding-right: 0;
  }
  div#filter_by_ajax .block2-btn-mc {
      bottom: 0;
  }
  div#filter_by_ajax .block2-overlay {
      opacity: 1;
  }
  div#filter_by_ajax .block2-btn-mc a{font-size: 12px;height: 25px;}
  div#filter_by_ajax .block2-img.wrap-pic-w img {
      width: 100%;
      height: 100% !important;
      object-fit: cover !important;
  }
  div#filter_by_ajax button.add_cart {
      border-radius: 0;
      background: #3e3e3e;
      height: 25px;
      font-size: 12px;
  }
  div#filter_by_ajax .block2-img.wrap-pic-w {
      min-height: 170px;
      max-height: 170px;
  }

  div#filter_by_ajax .block2-btn-towishlist, .block2-btn-addwishlist {
      display: block;
      position: absolute;
      top: 10px;
      right: 12px;
      font-size: 14px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
  }
  div#filter_by_ajax .block2-labelsale::before, .block2-labelnew::before {
      font-size: 10px;
      width: 37px;
      height: 16px;
      top: 5px;
      left: 5px;
  }

  .shorting-sec .rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 15px;
      color: #000;
      padding-left: 5px;
      font-size: 12px;
      padding-right: 5px;
      max-width: 65px;
  }
  .shorting-sec{padding: 7px;}

  .shorting-sec .flex-w {
      max-width: 90px;
  }
  div#dropDownSelect1 .select2-results__option {
      font-size: 11px;
    }
  section.banner .col-sm-10.col-md-3.m-l-r-auto.outer-block {
      width: 50%;
      padding: 5px;
  }
  section.banner .block-same {
      height: 200px;
    }
  section.banner .block1-wrapbtn a {
      border: 1px solid #fff;
      padding: 2px 0;
      font-size: 12px;
  }
  .block1-wrapbtn{width: 90% !important;}

  .sec-title h3 {
      font-size: 20px;
  }
  .sec-title {
      padding-bottom: 30px;
  }
  .detail-add-cart .add_cart,.detail-add-cart .wish_list-btn {
      min-width: 130px;
  }
  .header-cart {
      padding: 10px;
      width: 310px;
  }






}
/*============*/





.leftbar {
  background-color: #ffffff;
  padding: 14px !important;
  border: 1px solid #f0f0f0;
}
.leftbar h4 {
  font-family: inherit;
  font-weight: 600;
  color: #5c5c5c;
}
.leftbar input[type=checkbox] {
  appearance: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.leftbar .cstmchkbxlable {
  position: relative;
  padding-left: 20px;
}
.leftbar .control_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #efefef;
}
.leftbar .control input:checked ~ .control_indicator, .leftbar .control1 input:checked ~ .control_indicator1 {
    background: #ff5900;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator::after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control_indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.leftbar a.category-nm .mainlabletxt {
  margin-bottom: 0px;
  font-weight: 500;
}
.leftbar .mainlabletxt i {
  font-size: 14px;
}
.leftbar .control_indicator1 {
  position: absolute;
  top: 0px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #e6e6e6;
}
.control1 input:checked ~ .control_indicator1:after {
  display: block;
}
.control-checkbox1 .control_indicator1::after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control_indicator1:after {
  content: '';
  position: absolute;
  display: none;
}
.leftbar .control_indicator1.catgoryslctbx {
  position: absolute;
  top: 0px;
  left: 0;
  height: 15px;
  width: 15px;
  background: #e6e6e6;
}
.pricrangetxt {
  font-size: 13px;
  font-weight: 600;
}


.bgwhite.mob_prod_filter {
    padding: 25px 0px 0px;
    display: none;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn {
    width: 100%;
    margin-top: 40px;
    border-bottom: 2px solid #eaeaea;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrbtnsortng {
    display: inline-flex;
    width: 48%;
    border: none;
    padding-left: 40px;
    border-radius: 0px;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrbtntxt {
    border: none;
    border-radius: 2px;
    display: inline-block;
    width: 50%;
    text-align: center;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrbtntxt a {
    padding: 4px 20px;
    font-size: 13px;
    color: #000;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .select2-container {
    width: 100% !important;
}
.bgwhite.mob_prod_filter .filterproducttabarea {
    margin: 10px 0px;
}
.bgwhite.mob_prod_filter .filterproducttabarea .leftbar {
    display: block;
    height: 200px;
    overflow: scroll;
}
.mob_prod_filter .search-product {
    margin-bottom: 8px;
}
.mob_prod_filter .prodsearchbxx {
    height: 36px;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrmenuareaopen {
    border: none;
    border-radius: 0px;
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 20px;
    border-left: 1px solid #eaeaea;
    line-height: 22px;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrmenuareaopen a {
    font-size: 13px;
    color: #4e4e4e;
    font-weight: 600;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrbtnsortng i {
    font-size: 11px;
    padding-top: 8px;
}
.filtrmenuareaopen .modal-dialog-full-width {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width:none;
}
.filtrmenuareaopen .modal-content-full-width  {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: #fff;
    border: none; 
}
.filtrmenuareaopen .modal-header-full-width {
    border-bottom: 1px solid #e6e6e6;
    padding: 4px 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
.filtrmenuareaopen .modal-header-full-width h5 {
    color: #696969;
    font-size: 18px;
    font-weight: 600;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrmenuareaopen .modal-header-full-width h5 a {
    padding-right: 6px;
    font-size: inherit;
}
.filtrmenuareaopen .modal-header-full-width h5 i {
    font-size: 18px;
    vertical-align: middle;
    color: #ff5900;
}
.bgwhite.mob_prod_filter .prodctfiltrbttn .filtrmenuareaopen .modal-header-full-width p a {
    color: #ff5900;
    font-weight: 600;
    font-size: 14px;
}
.filtrmenuareaopen .modal-footer-full-width {
    border-top: 1px solid #e6e6e6;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    padding: 10px 14px;
}
.filtrmenuareaopen .modal-footer-full-width .filtrapplybtnn {
    border-radius: 4px;
    background-color: #ff5900;
    color: #fff;
    padding: 8px 30px;
}
.nav.nav-tabs.prodfiltrtabslct {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom:0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.nav-tabs.prodfiltrtabslct .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ccc;
}
.nav.nav-tabs.prodfiltrtabslct {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 0px;
    width: 30%;
    background-color: #f5f5f5;
    min-height: 600px;
    position: fixed;
}
.nav.nav-tabs.prodfiltrtabslct .nav-item {
    margin-bottom: 0px;
}
.nav.nav-tabs.prodfiltrtabslct .nav-item .nav-link {
    color: #000;
    border: none;
    padding: 8px 14px;
    background-color: #f5f5f5;
    text-align: left;
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
.nav.nav-tabs.prodfiltrtabslct .nav-item.show .nav-link, .nav.nav-tabs.prodfiltrtabslct .nav-link.active, .nav.nav-tabs.prodfiltrtabslct .nav-item .nav-link:active {
    color: #ff5900;
    background-color: #fff;
    border-color: transparent;
}
.filtrmenuareaopen .modal-body {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 40px;
    height: 600px;
    overflow: scroll;
}
.filtrmenuareaopen .modal-body .tab-content {
    text-align: left;
    padding: 0px 10px;
    width: 70%;
    display: block;
    float: right;
    height: 500px;
    overflow: scroll;
}
.filtr_modal_detls .tab-content .leftbar {
    padding: 10px 2px !important;
    border: none;
}
.dropdownloginsec {
    display: none;
}
.dropdownloginsec .dropdown-toggle {
    position: relative;
}
.dropdownloginsec .dropdown-toggle img {
    margin-right: 14px;
}
.dropdownloginsec .dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    color: #bebebe;
    font-size: 16px;
    padding-right: 0;
    position: absolute;
    top: 0px;
    right: 8px;
    border: none;
    margin: 0;
    display: none;
}
/******* mob search css start ******/
.headrserchsec {
    display: none;
}
.headrserchsec .searchbar {
    margin-top: 2px;
}
.headrserchsec .searchbar i {
    border-radius: 50px;
    border: 1px solid #9f9f9f;
    padding: 6px;
    color: #9f9f9f;
}
.headrserchsec .searchbar .togglesearch {
    background: #ffffff00;
    position: absolute;
    top: 44px;
    right: 6%;
    width: 350px;
    height: auto;
    line-height: 28px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 2px solid #f97d3a;
    display: none;
}
.headrserchsec .searchbar .togglesearch:before {
    content: "";
    position: absolute;
    top: -22px;
    right: 50px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #f97d3a;
}
.headrserchsec .searchbar .togglesearch input[type="text"]{
    width: 80%;
    padding: 5px 10px;
    background: #fff;
}
.headrserchsec .searchbar .togglesearch input[type="button"] {
    width: 20%;
    padding: 5px;
    background: #f97d3a;
    color: #fff;
    margin-left: -4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}
.headrserchsec .searchbar .togglesearch input::-webkit-input-placeholder {
  color: #333;
  font-size: 12px;
}
.linedivide1.srchline {
  display: block;
}
/******* mob search css start ******/
.dropdownloginsec .dropdown-menu {
    transform: none !important;
    min-width: 118px;
    padding: 10px;
    font-size: 12px;
    border: none;
    border-radius: 0px;
    box-shadow: 1px 1px 8px #00000040;
    background: #fdfcf9;
    border: 1px solid #fb945d;
    top: 44px !important;
    left: -37px !important;
}
.dropdownloginsec .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid #fc955e;
}
.dropdownloginsec .dropdown-menu .dropdown-item {
    padding: 5px;
    font-size: 12px;
    color: #ff5900;
}
.dropdownloginsec .dropdown-menu .dropdown-item i {
    width: 14px;
}
.prodctdetailsarea .slick-slide .wrap-pic-w img {
    /*max-height: 400px;*/
    width: 100%;
}
.prodctdetlsquantitybx {
    margin-top: 20px;
}
.prodctdetlsquantitybx p {
    display: inline-block;
}
.prodctdetlsquantitybx input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.prodctdetlsquantitybx input[type=number]::-webkit-inner-spin-button, .prodctdetlsquantitybx input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}
.prodctdetlsquantitybx .number-input {
    margin: 3rem;
}
.prodctdetlsquantitybx .number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.prodctdetlsquantitybx .number-input button:before, .prodctdetlsquantitybx .number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}
.prodctdetlsquantitybx .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.prodctdetlsquantitybx .number-input input[type=number] {
    text-align: center;
}
.prodctdetlsquantitybx .md-number-input.number-input {
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 5px 4px;
    display: inline-block;
}
.prodctdetlsquantitybx .md-number-input.number-input button {
    width: 20px;
    height: 20px;
    padding-top: 5px;
}
.prodctdetlsquantitybx .md-number-input.number-input button:before, .prodctdetlsquantitybx .md-number-input.number-input button:after {
    width: 10px;
    background-color: #212121;
}
.prodctdetlsquantitybx .md-number-input.number-input input[type=number] {
    max-width: 3rem;
    padding: 0px 4px;
    font-size: 18px;
    height: auto;
    font-weight: bold;
}
.attractive-offer.attrctvofrarea {
    background-position: 60% 80%;
    color: #fff;
}
.attractive-offer.attrctvofrarea .placeorder-wrap {
    display: inline-flex;
}
.attractive-offer.attrctvofrarea .adrs-sec {
    background-color: #eee;
    padding: 10px 30px;
    border-radius: 50px;
    min-width: 300px;
    margin: 20px;
}
.attractive-offer.attrctvofrarea .whatsappbordrln {
    border-right-width: 1px;
    border-right-style: solid;
    border-image: linear-gradient(to bottom, #fb986238, #fb9862, rgb(251 152 98 / 32%)) 1 100%;
}
.attractive-offer.attrctvofrarea h5 {
    margin-bottom: 4px;
    font-size: 16px;
    color: #000;
}
.attractive-offer.attrctvofrarea p a {
    color: #fb9862;
    font-size: 16px;
    font-weight: 600;
}
button.slick-arrow {
    background-color: #9a9a9a;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
    margin: 0px 3px;
}
button.slick-arrow:hover {
    background-color: #fa762f;
    color: #fff;
}
.footerarea .adrs-sec h5 {
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 600;
}
.footerarea .adrs-sec p, .footerarea .adrs-sec p a {
    font-size: 13px;
    margin-bottom: 20px;
}
.footerarea .ftrsociallnk .topbar-social-item {
    padding: 10px 20px 10px 0px;
}
.contactusrarea {
    margin: 60px;
}
.contactusrarea h1 {
    text-align: center;
    margin-bottom: 30px;
}
.contactusrarea .contactmapbg {
    background: url(../../../assets/front-end/images/contactmap.png);
    background-size: cover;
}
.contactusrarea .contact_details_area {
    background-color: #ecececb8;
    width: 100%;
    padding: 40px;
    min-height: 430px;
}
.contactusrarea .contact_details_area h3 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactusrarea .contact_details_area .address-wrap li {
    margin: 40px 0px;
}
.contactusrarea .contact_details_area .address-wrap .adrs-sec h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}
.contactusrarea .contact_details_area .address-wrap .adrs-sec p {
    color: #000;
    font-size: 16px;
}
.contactusrarea .leave-comment {
    background-color: #f97d3a;
    width: 100%;
    padding: 30px;
    min-height: 430px;
    position: relative;
}
.contactusrarea .leave-comment:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -20px;
    top: 40px;
    border-top: 20px solid transparent;
    border-right: 20px solid #f97d3a;
    border-bottom: 20px solid transparent;
}
.contactusrarea .leave-comment h4 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.contactusrarea .leave-comment .inputbxx {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
    height: 40px;
}
.contactusrarea .leave-comment .inputbxx i {
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
.contactusrarea .leave-comment input, .contactusrarea .leave-comment textarea {
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0px;
}
.contactusrarea .leave-comment textarea {
    resize: none;
    border: none !important;
    padding-top: 6px;
}
.contactusrarea .leave-comment input::placeholder, .contactusrarea .leave-comment textarea::placeholder {
    color: #fff;
}
.contactusrarea .leave-comment button .rightarwicn {
    transition: all 0.3s ease-in-out;
}
.contactusrarea .leave-comment button:hover .rightarwicn, .contactusrarea .leave-comment button:focus .rightarwicn {
    padding-left: 10px;
}
.block2 {
    position: relative;
}
.block2 .prodctdiscountbx {
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 12px;
    background-color: #fa762f;
    padding: 2px 10px;
    border-radius: 16px;
}
.block2 .prodctdiscountbx p {
    color: #fff;
    font-size: 13px;
}
.linedivide1.srchline {
    display: none;
}
.bg-title-page.pagebnrcontnt {
    align-items: flex-start;
    padding-left: 60px;
}
.ftco-section.account_dshbrd {
    padding: 40px 30px;
    margin: 0;
}
.ftco-section.account_dshbrd .lft_account_dshbrd {
	background-color: #333;
	padding: 0;
}
.ftco-section.account_dshbrd .limenu {
    padding: 12px 10px;
}
.ftco-section.account_dshbrd .limenu.active {
    background-color: #fa762f;
}
.ftco-section.account_dshbrd .limenu:hover, .ftco-section.account_dshbrd .limenu:focus {
    background-color: #fa762f;
}
.ftco-section.account_dshbrd .limenu a {
    color: #fff;
}
.ftco-section.account_dshbrd .limenu i {
    border: 1px solid #fff;
}
.ftco-section.account_dshbrd .right_account_dshbrd {
    padding: 0;
}
.ftco-section.account_dshbrd .side-board {
    padding: 15px 12px;
}
.ftco-section.account_dshbrd .change-pass-from {
    min-height: 300px;
}
.ftco-section.account_dshbrd form .form-control {
    font-size: 14px;
    border: 1px solid #fbe6da !important;
}
.ftco-section.account_dshbrd form label {
    font-size: 14px;
    font-weight: 600;
}
.account_dshbrd hr {
    margin: 0px 0px 20px;
    border-top: 3px solid #e65540;
}
.ordertablarea .ordrcanclbtn {
    color: #fff;
    margin: 0px;
}
.ordertablarea th.can-btn {
    width: 100px;
}
.ordertablarea li.paginate_button {
    border-radius: 50% !important;
    margin: 20px 0px 0px;
    padding: 2px 10px !important;
}
#order-list th {
    background-color: #fa762f;
    color: #fff;
}
#order-list th, #order-list td {
    border: none;
    padding: 10px 18px;
}
#order-list {
    border: 1px solid #fbd2bc;
    overflow-y: scroll;
    display: block;
}
#order-list tr {
    background-color: transparent;
}
.viewordrdetlsarea .viewordrdetlshdng {
    background-color: #fa762f;
    border: none;
}
.viewordrdetlsarea.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(254 243 237);
}
.viewordrdetlsarea td, .viewordrdetlsarea th {
    border: none;
}
.viewordrdetlsarea {
    border: 1px solid #fbd2bc !important;
}
.account_dshbrd .dataTables_info {
    margin: 20px 0px 0px;
}
.ordertablarea li.paginate_button.active {
    color: #fff !important;
    background-color: #000;
}
.ftco-section.account_dshbrd .ord_view_btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.ftco-section.account_dshbrd .ord_view_btn::after {
    z-index: -1;
    content: '';
    background-color: #e65540;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -webkit-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -moz-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -o-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    -ms-transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    -webkit-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    -moz-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    -o-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
    -ms-transition: transform 0.5s cubic-bezier(0.59, 0.03, 0.2, 1);
}
.ftco-section.account_dshbrd .ord_view_btn:hover::after {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    -moz-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    -o-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    -ms-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0) !important;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.mobdashboardmenu {
    display: none;
}
.ftco-section.account_dshbrd .accdshbrdmnuslct {
    width: 100%;
    padding: 4px 0px;
    border: 1px solid #fc955e;
    color: #f97d3a;
    background-color: #fff;
}
.bo-rad-23 {
    border-radius: 0px;
}
.relateproduct h4 {
    text-align: center;
}
:focus {
    outline: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
body.modal-open {
    overflow: hidden;
}
.fixdsideicnn {
    box-shadow: 0px 0px 20px #00000045;
    border-radius: 0px;
    background-color: #fff;
    position: fixed;
    bottom: 9%;
    right: 2%;
    z-index: 100;
}
.cartt_side_btnn {
    border: 1px solid #efefef;
}
.cartt_side_btnn a {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
}
.cartt_side_btnn a i {
    font-size: 22px;
    vertical-align: middle;
    color: #fc7a34;
}
.cartt_side_btnn.shopcartsidebtn {
    bottom: 30%;
}
.cartt_side_btnn .cartcountnumbr {
    color: #fff;
    background-color: #ff2f00;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: -14px;
    z-index: 1;
    left: -10px;
}
.cartt_side_btnn .cartcountnumbr span {
    font-size: 12px;
    font-weight: 600;
}
.cartt_side_btnn a img {
    width: 50%;
}
.remembrcheckbx label {
    margin-bottom: 20px;
    font-size: 14px;
}
.remembrcheckbx input {
    width: 20px;
    margin-left: 5px;
}
/******* large screen search css start ******/
.largheadrserchsec .searchbarlg {
    margin: 6px 0px 6px 10px;
}
.largheadrserchsec .searchbarlg i {
    border-radius: 50px;
    border: 1px solid #9f9f9f;
    padding: 6px;
    color: #9f9f9f;
}
.largheadrserchsec .searchbarlg .togglesearchlgg {
    background: #f5f5f5;
    position: absolute;
    top: 0px;
    right: 100%;
    width: 250px;
    height: auto;
    line-height: 28px;
    border: 1px solid #eee;
    border-radius: 20px;
    display: none;
}
.largheadrserchsec .searchbarlg .togglesearchlgg input[type="text"] {
    width: 100%;
    padding: 5px 20px;
    background: #f5f5f5;
    border-radius: 20px;
}
.largheadrserchsec .searchbarlg .togglesearchlgg input::-webkit-input-placeholder {
    color: #333;
    font-size: 12px;
}
.linedivide1.lgsrchline {
    display: block;
    margin: 0px 14px;
    height: 30px;
}
/******* large screen search css end ******/

/*****=====================================    Responsive Start    =====================================*****/
@media only screen and (min-device-width: 300px) and (max-device-width: 960px) and (orientation:portrait) {
    .logo {
        left: 25% !important;
    }
    section.slide-section {
        margin-top: 60px;
    }
    section.slide-section .slide1 {
        display: none;
    }
    .click-to-open {
        text-align: left;
        border-top: none;
        position: absolute;
        top: 12px;
    }
    section.bg-title-page.prodinrpgbanr {
        margin-top: 60px;
        min-height: 150px;
    }
    section.bg-title-page.prodinrpgbanr p.shop-page-ttl {
        margin-top: 0px;
    }
    .banner.hmcatgryselct .outer-block .block1-wrapbtn a {
        padding: 5px;
        font-size: 12px;
    }
    .prodctdetlsquantitybx .md-number-input.number-input input[type=number] {
        max-width: 2.8rem;
        padding: 0px;
        font-size: 14px;
    }
    .prodctdetlsquantitybx .md-number-input.number-input button {
        width: 12px;
        height: 12px;
        padding-top: 4px;
    }
    .btn-addcart-product-detail {
        width: 100%;
        margin-top: 23px;
    }
    .btn-addcart-product-detail .add_cart {
        height: 36px;
    }
    .hotofrstatus {
        padding-top: 0px;
    }
    .ribbon {
        line-height: 32px;
        top: 30px;
        min-width: 30%;
        height: 32px;
    }
    .noprodavailabletxt .col-sm-12 {
        width: 100% !important;
        height: auto !important;
    }
    .noprodctavilablearea {
        width: 100% !important;
        height: auto !important;
    }
    section.newproduct {
        padding: 40px 0px;
    }
    .noprodavailabletxt {
        padding: 10px 24px;
        text-align: center;
    }
    .myaccordertablarea .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .myaccordertablarea .dataTables_length {
        float: left !important;
        text-align: left !important;
        width: 100%;
        margin-top: 8px;
    }
    .myaccordertablarea .dataTables_length label {
        width: 100%;
    }
    .myaccordertablarea .form-control {
        margin: 0 !important;
    }
    .myaccordertablarea .dataTables_filter {
        float: left !important;
        text-align: left !important;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 960px) and (orientation:landscape) {
    .logo {
        left: 35% !important;
    }
    .click-to-open {
        text-align: left;
        border-top: none;
        position: absolute;
        top: 12px;
    }
    section.slide-section {
        margin-top: 60px;
    }
    section.slide-section .slide1 {
        display: none;
    }
    section.bg-title-page.prodinrpgbanr {
        margin-top: 60px;
        min-height: 150px;
    }
    section.bg-title-page.prodinrpgbanr p.shop-page-ttl {
        margin-top: 0px;
    }
    .banner.hmcatgryselct .outer-block {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .banner.hmcatgryselct .outer-block .block1-wrapbtn a {
        padding: 5px;
        font-size: 12px;
    }
    .bgwhite.mob_prod_filter .prodctfiltrbttn .filtrbtnsortng {
        width: 49%;
    }
    .block2-txt {
        min-height: 110px !important;
    }
    .leftcolarea {
        display:none;
    }
    .right-sec-product {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bgwhite.mob_prod_filter {
        margin-bottom: 20px;
    }
    .grocryprodctbx {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .prodct_detls_breadcrumb {
        margin-top: 50px;
        padding-left: 15px;
    }
    .attractive-offer.attrctvofrarea .placeorder-wrap {
        display: inline-flex !important;
    }
    .attractive-offer.attrctvofrarea .adrs-sec {
        min-width: 270px !important;
        margin: 20px 10px !important;
    }
    .cart_total_area {
        max-width: 100%;
    }
    .filtrmenuareaopen .modal-body, .filtrmenuareaopen .modal-footer-full-width {
        position: relative;
    }
    .block2-img.wrap-pic-w {
        min-height: 500px;
        max-height: 500px;
    }
    .ribbon {
        top: 40px;
        min-width: 20%;
        max-width: 20%;
    }
    .offer-content p {
        font-size: 16px;
    }
    .btn-addcart-product-detail {
        width: 120px;
        margin-top: 21px;
    }
    .btn-addcart-product-detail .add_cart {
        height: 39px;
    }
    .proddtlsquantitycol {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .prodctdetlsquantitybx .md-number-input.number-input input[type=number] {
        max-width: 4rem;
        font-size: 15px;
    }
    .prodctdetlsquantitybx .md-number-input.number-input button {
        width: 14px;
        height: 14px;
        padding-top: 4px;
    }
    .myaccordertablarea .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .myaccordertablarea .dataTables_length {
        float: left !important;
        text-align: left !important;
        width: 100%;
        margin-top: 8px;
    }
    .myaccordertablarea .dataTables_length label {
        width: 100%;
    }
    .myaccordertablarea .form-control {
        margin: 0 !important;
    }
    .myaccordertablarea .dataTables_filter {
        float: left !important;
        text-align: left !important;
    }
}

@media only screen and (max-width: 960px) {
    .bgwhite.mob_prod_filter {
        display: block;
    }
    .products_select_area .leftbar {
        display: none;
    }
    .shorting-sec {
        display: none;
    }
    section.bg-title-page.prodinrpgbanr {
        margin-top: 60px;
        min-height: 150px;
        display: none;
    }
    .megamenu-wrap {
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .footerarea .ftrheadng {
        padding-bottom: 10px;
    }
    .footerarea {
        padding: 10px 0px 30px;
    }
    .footerarea ul li {
        display: inline-flex;
    }
    .footerarea ul li .adrs-sec {
        margin: 0px 20px;
    }
    .footerarea ul li a {
        border-right: 1px solid #fff;
        padding: 0px 8px 0px 3px;
    }
    .footerarea .ftrsociallnk {
        padding-top: 10px;
    }
    .footerarea .ftrrlinks {
        padding-bottom: 30px;
    }
    .products_select_area {
        padding: 0px;
    }
    #register .mc_btn {
        padding: 8px 20px;
        font-size: 12px;
        font-weight: 600;
    }
    .form-control {
        font-size: 13px;
    }
    .reg-heading h3:after {
        top: 40px;
    }
    .offer-content h4 {
        font-size: 25px;
    }
    .offer-content p {
        font-size: 14px;
    }
    .dropdownloginsec {
        display: block;
    }
    .rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    }
    .rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0px 5px;
        font-weight: 600;
    }
    .header-wrapicon2 {
        display: none;
    }
    .button2 {
        font-size: 12px;
        font-weight: 600;
    }
    h3 {
        font-size: 25px;
    }
    body {
        font-size: 14px;
    }
    .mob_prod_filter .search-product {
        display: none;
    }
    .header-icons {
        right: 0px !important;
    }
    .linedivide1 {
        margin: 0px 6px;
        height: 28px;
    }
    .headrserchsec {
        display: block;
    }
    .linedivide1.srchline {
        display: block;
    }
    #register .other-login {
        text-align: center;
    }
    #register .other-login .form-group {
        border: none;
        display: inline-block;
    }
    #register .other-login button {
        display: none;
    }
    .line {
        height: 1px !important;
        width: 280px !important;
    }
    .line .or {
        height: 40px  !important;
        top: -30px  !important;
        left: 50%  !important;
    }
    .forgot-wrap {
        margin-top: 50px;
    }
    .arival-banner {
        margin: 6px 0px;
    }
    .attractive-offer.attrctvofrarea .placeorder-wrap {
        display: block;
    }
    .at-content {
        margin: 15px 0;
        padding: 30px 0px 10px;
    }
    .attractive-offer.attrctvofrarea .adrs-sec {
        min-width: 280px;
        margin: 20px 30px;
    }
    .brand-slider a.brand img {
        width: 80% !important;
        height: 50px !important;
    }
    .attractive-offer.attrctvofrarea .whatsappbordrln {
        border: none;
    }
    .largheadrserchsec .searchbarlg {
        display: none;
    }
    .linedivide1.lgsrchline {
        display: none;
    }
    .pagination {
        margin: 14px 0px;
        padding: 0;
    }
    .contactusrarea {
        margin: 40px 20px;
    }
    .contactusrarea .contact_details_area {
        padding: 40px 30px 0px;
        min-height: auto;
    }
    .contactusrarea h1 {
        margin-bottom: 20px;
        font-size: 25px;
        font-weight: bold;
    }
    .contactusrarea .leave-comment:before {
        left: 45%;
        top: -18px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #f97d3a;
        border-top: none;
    }
    .adrs-sec.adrs-secicnn {
        width: 10%;
    }
    .adrs-sec.adrs-sectxt {
        width: 86%;
    }
    .bg-title-page.pagebnrcontnt.contactpgbnr {
        background-position: center center;
    }
    .bg-title-page.pagebnrcontnt {
        padding-left: 20px;
        min-height: 120px;
    }
    .bg-title-page.pagebnrcontnt h2 {
        font-size: 25px;
    }
    section.bg-title-page {
        min-height: 120px;
        padding-left: 20px;
        align-items: flex-start;
    }
    .bg-title-page .l-text2 {
        font-size: 25px;
    }
    .bg-title-page.pagebnrcontnt.myaccountpgbnr {
        background-position: 20% 50%;
    }
    .block2-txt {
        min-height: auto;
    }
    .about-us {
        padding: 0px;
    }
    .contactusrarea .contact_details_area h3 {
        font-size: 18px;
    }
    .contactusrarea .contact_details_area .address-wrap li {
        margin: 30px 0px;
    }
    .contactusrarea .leave-comment h4 {
        font-size: 18px;
    }
    .mobdashboardmenu {
        display: block;
        padding: 0;
        margin-bottom: 10px;
    }
    .ftco-section.account_dshbrd .lft_account_dshbrd {
        display: none;
    }
    .prodct_detls_breadcrumb {
        margin-top: 50px;
    }
    .prodct_detls_breadcrumb a i {
        margin: 0px 6px 0px 0px;
    }
    .prodctdetailsarea .product-detail-name {
        font-size: 20px;
    }
    .prodctdetailsarea {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .at-content h4 {
        font-size: 22px;
    }
    .at-content h3 {
        font-size: 18px;
    }
    .attractive-offer.attrctvofrarea p a {
        font-size: 14px;
    }
    section.shipping {
        padding: 30px 0px;
    }
    section.shipping .m-text12 {
        font-family: Montserrat-Regular;
        font-size: 16px;
    }
    .relateproduct h4 {
        font-size: 16px;
        text-align: center;
    }
    #checkout {
        margin: 20px 16px;
    }
    #checkout-bill h3 {
        padding-bottom: 0px;
        font-size: 20px;
    }
    .cart {
        padding: 40px 0px;
    }
    .cartt_side_btnn {
        display: block;
    }
    .relateproduct .sec-title {
        padding-bottom: 20px;
    }
    .relateproduct .sec-title h3 {
        font-size: 25px;
    }
    .btn-addcart-product-detail .add_cart {
        font-size: 13px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .brand-slider a.brand img {
        width: auto !important;
        height: 100px !important;
    }
    .attractive-offer.attrctvofrarea .placeorder-wrap {
        display: inline-flex;
        margin-bottom: 20px;
    }
    .attractive-offer.attrctvofrarea .whatsappbordrln {
        border-right-width: 1px;
        border-right-style: solid;
        border-image: linear-gradient(to bottom, #fb986238, #fb9862, rgb(251 152 98 / 32%)) 1 100%;
    }
    .attractive-offer.attrctvofrarea .adrs-sec {
        min-width: 300px;
        margin: 20px;
    }
    .offer-content h4 {
        font-size: 20px;
        margin: 30px 0px 4px;
    }
    .offer-content p {
        font-size: 12px;
    }
    .hotoffrcountrbx {
        padding: 8px 2px;
    }
    .offer-content .hotoffrcountr .hotoffrcountrbx span {
        font-size: 12px;
    }
    .click-to-open {
        text-align: left;
        border-top: none;
        position: absolute;
        top: 12px;
    }
    .bgwhite.mob_prod_filter {
        display: none;
    }
    .products_select_area .leftbar {
        display: block;
    }
    .products_select_area {
        margin-top: 80px;
    }
    .block2-txt {
        min-height: 110px;
    }
    .grocryprodctbx {
        padding-bottom: 20px;
    }
    .prodctdetailsarea .slick-slide .wrap-pic-w img {
        max-height: 500px;
    }
    .btn-addcart-product-detail {
        width: 120px;
    }
    .proddtlsquantitycol {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .bg-title-page.pagebnrcontnt {
        margin-top: 60px;
    }
    .contactusrarea .contact_details_area {
        min-height: 430px;
    }
    .footerarea ul li a {
        border-right: none;
    }
    .footerarea ul li {
        display: block;
    }
    .footerarea ul li .adrs-sec {
        margin: 0px;
    }
    section.newproduct {
        padding: 40px 0px;
    }
    .attractive-offer.attrctvofrarea .adrs-sec {
        margin: 0px 20px;
    }
    section.slide-section {
        margin-top: 60px;
    }
    .offer-content .hotofrstatus {
        padding-top: 0px;
    }
    .offer-content p {
        font-size: 14px;
    }
    .offer-content h4 {
        font-size: 18px;
        margin: 44px 0px 10px;
    }
    .cart #cart-container .size10 {
        width: 150px;
    }
    #register {
        margin-top: 60px;
    }
    .line {
        height: 280px !important;
        width: 1px !important;
    }
    .line .or {
        height: 60px !important;
        top: 30% !important;
        left: 0% !important;
    }
    #register .other-login {
        text-align: left;
    }
    #register .other-login .form-group {
        display: block;
        padding: 10px 15px;
    }
    #register .other-login .form-group.reg-g {
        border: 1px solid #ee5d2d;
    }
    #register .other-login .form-group.reg-f {
        border: 1px solid #3b5998;
    }
    #register .other-login .form-group.reg-l {
        border: 1px solid #1982ba;
    }
    #register .other-login button {
        display: inline-block;
        font-size: 14px;
        max-width: 180px;
        min-width: 180px;
    }
    .ftco-section.account_dshbrd .side-board, .ftco-section.account_dshbrd .right_account_dshbrd {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .bg-title-page.pagebnrcontnt.myaccountpgbnr h2 {
        font-size: 25px;
    }
    .myaccordertablarea .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .myaccordertablarea .dataTables_length {
        float: left !important;
        text-align: left !important;
        width: 100%;
        margin-top: 8px;
    }
    .myaccordertablarea .dataTables_length label {
        width: 100%;
        display: inline-block;
    }
    .myaccordertablarea .form-control {
        margin: 0 !important;
    }
    .myaccordertablarea .dataTables_filter {
        float: left !important;
        text-align: left !important;
        width: 100%;
    }
    .myaccordertablarea .dataTables_filter input {
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    section.slide-section {
        margin-top: 0px;
    }
    .megamenu-wrap {
        height: 200px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .hotoffrcountrbx {
        padding: 10px 6px;
    }
    .ftco-section.account_dshbrd .change-pass-from {
        min-height: 320px;
    }
    section.newproduct {
        padding: 40px 0px;
    }
    .products_select_area {
        padding: 30px 0px;
    }
    .grocryprodctbx {
        padding-bottom: 24px;
    }
    .bread-crumb.prodct_detls_breadcrumb {
        padding: 40px 20px 0px;
    }
    .bread-crumb.prodct_detls_breadcrumb a, .bread-crumb.prodct_detls_breadcrumb span {
        font-size: 14px;
    }
    .relateproduct h4 {
        text-align: center;
    }
    .relateproduct .sec-title {
        padding-bottom: 24px;
    }
    .relateproduct {
        padding: 0px 0px 40px;
    }
    .ftco-section.account_dshbrd .limenu a {
        font-size: 12px;
    }
    .bg-title-page.pagebnrcontnt {
        padding-left: 20px;
    }
    .bg-title-page.pagebnrcontnt.myaccountpgbnr h2 {
        font-size: 35px;
    }
    #order-list th, #order-list td {
        width: 120px;
    }
    .header1{
    	height: 60px;
    }
    .dropdownloginsec {
        display: block;
    }
    .linedivide1.srchline {
        display: block;
        margin: 0px 12px 0px 20px;
        height: 30px;
    }
    .dropdownloginsec .dropdown-menu {
        top: 50px !important;
        left: 30px !important;
    }
    .click-to-open {
        text-align: left;
        border-top: none;
        position: absolute;
        top: 12px;
    }
    .header-cart {
        top: 160%;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 340px) {
    .logo {
        left: 20% !important;
    }.prodctdetlsquantitybx .md-number-input.number-input button {
        width: 10px;
        height: 10px;
        padding-top: 0px;
    }
    .prodctdetlsquantitybx .md-number-input.number-input input[type=number] {
        max-width: 3rem;
        font-size: 14px;
    }
}
/***** Responsive End *****/